home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / libkb100.zip / LIBKB-1.00 / MAKE_DJ2.BAT < prev    next >
DOS Batch File  |  1996-07-23  |  587b  |  18 lines

  1. @echo off
  2.  
  3. rem /* make_dj2.bat -- make driver for djgpp v2
  4. rem  * Copyright (C) 1996 Markus F.X.J. Oberhumer
  5. rem  * For conditions of distribution and use, see copyright notice in kb.h 
  6. rem  */
  7.  
  8. make -f config\dos\makefile.dj2 target=djgpp2
  9.  
  10. rem use this if you have MikMod installed (libmik.a)
  11. rem make -f config\dos\makefile.dj2 target=djgpp2_mik
  12.  
  13. rem use this if you have Allegro installed (liballeg.a)
  14. rem make -f config\dos\makefile.dj2 target=djgpp2_allegro
  15.  
  16. rem use this if you have sb_lib installed (libsb.a)
  17. rem make -f config\dos\makefile.dj2 target=djgpp2_sb
  18.